attr = root.getAttributeNode("keepuseractions");
if (attr!=null) {
setKeepUserActions(Boolean.parseBoolean(attr.getValue()));
}
attr = root.getAttributeNode("storehistory");
attr = root.getAttributeNode("keepuseractions");
if (attr!=null) {
setKeepUserActions(Boolean.valueOf(attr.getValue()).booleanValue());
}
attr = root.getAttributeNode("storehistory");